@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

@font-face {
  font-family: "marzo";
  src: url(/fonts/fonnts.com-marzo_WebFont.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  scrollbar-width: none;
}

/*-------------------------------- Les variables -----------------------------------*/
:root {
  --nav-bg-color: rgba(0, 0, 0, 0.4);
  --nav-text: #ffffff;
  --nav-icons: #ffffff;
  --nav-icons-2: rgb(114, 233, 114);
  --text-color-1: black;
  --color-win1: rgb(0, 0, 0);
  --text-color-2: rgb(255, 255, 255);
  --color-win2: rgb(255, 255, 255);
}

/*-------------------------------- Corps du site -----------------------------------*/
html,
body {
  font-family: "inter", sans-serif;
  background-color: #e4dfda;
}

/*-------------------------------- scrollbar du site ------------------------------------*/

.fix-scrollbar {
  position: relative;
  z-index: 2;
}

/*-------------------------------- Boutons de Navigation ( menu; rechercher; membre ) -----------------------------------*/
.nav {
  position: fixed;
  margin-top: 1.9%;
  margin-left: 1.7%;
  z-index: 5;
}

/*container-menu*/

.btn-menu {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-menu i {
  font-size: 1.6rem;
  color: white;
}

.btn-menu i:hover {
  color: var(--nav-icons-2);
}

/*container-rechercher*/

::placeholder {
  color: black;
  opacity: 1;
}

.bar-search {
  display: flex;
  margin-top: 1rem;
}

.search_box_bar {
  position: relative;
  width: 250px;
  height: 50px;
}

.search_box_bar .search-box {
  width: 100%;
  height: 50px;
}

.search_box_bar .search-box .input_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border: 0;
  height: 50px;
  padding: 12px 0px;
  padding-left: 50px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 3.5rem;
  font-size: 1.2rem;
  color: black;
  transition: all 0.5s ease;
  outline: none;
}

.search_box_bar .icon {
  display: flex;
}

.search_box_bar .search_btn,
.search_box_bar .close_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.search_box_bar .search_btn {
  top: 0;
  left: 0;
  background: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: white;
  font-size: 1.4rem;
  z-index: 999;
}

.search_box_bar .search_btn:hover {
  color: var(--nav-icons-2);
}

.search_box_bar .close_btn {
  color: white;
  background: var(--nav-bg-color);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 1.2rem;
  top: 0;
  left: 0;
  opacity: 0;
}

.search_box_bar.active3 .search_btn {
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  color: var(--nav-icons-2);
}

.search_box_bar.active3 .close_btn {
  opacity: 1;
  transform: rotate(360deg);
  top: 65px;
  color: white;
}

.search_box_bar.active3 .search-box .input_search {
  padding: 12px 30px;
  padding-left: 60px;
  width: 100%;
  transform: all 0.5s ease;
  transition-delay: 0.75s;
  background-color: #f0f0f0a8;
}

/*-------------------------------- Fenêtre menu de Navigation -----------------------------------*/
.container-fenetre-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: visibility 0.4s;
}

.container-fenetre-menu.active8 {
  visibility: visible;
}

.container-fenetre-menu .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: opacity 0.4s 0.2s ease-out;
}

.container-fenetre-menu.active8 .overlay {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.container-fenetre-menu .fenetre {
  opacity: 0;
  width: auto;
  height: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5%;
  transition: opacity 0.4s ease-out;
}

.container-fenetre-menu.active8 .fenetre {
  opacity: 1;
  transition: opacity 0.4s 0.2s ease-out;
}

.fenetre .fenetre-menu {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  padding: 90px 30px 30px 30px;
  border-radius: 2.5rem;
}

.close-menu {
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--nav-bg-color);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.close-menu i {
  font-size: 1.6rem;
  color: white;
}

.fenetre-menu .nav-links {
  background-color: rgba(255, 0, 0, 0);
  height: 100%;
  padding: 30px 0 50px 0;
  overflow: auto;
}

.fenetre-menu .nav-links::-webkit-scrollbar {
  display: none;
}

.fenetre-menu .nav-links li {
  position: relative;
  list-style: none;
  padding: 6px;
  transition: all 0.4s ease;
}

.fenetre-menu .nav-links li i:hover,
.fenetre-menu .nav-links li .presta-links-a:hover {
  color: #9b8f7c;
}

.fenetre-menu .nav-links li .amma-massage:hover {
  cursor: none;
}

.fenetre-menu .nav-links .nav-gory {
  padding-top: 40px;
  font-style: italic;
}

.fenetre-menu .nav-links .nav-gory1 a {
  padding-top: 50px;
  font-size: 2rem;
}

.fenetre-menu .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.fenetre-menu .nav-links li i {
  min-width: 78px;
  text-align: center;
  color: black;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.fenetre-menu .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
  color: #9b8f7c;
}

.fenetre-menu .nav-links li.showMenu a {
  color: #9b8f7c;
}

.fenetre-menu .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000000;
}

.fenetre-menu .nav-links li .sub-menu {
  padding: 6px 6px 0px 6px;
  /* display: none;*/
}

.fenetre-menu .nav-links li.showMenu .sub-menu {
  display: block;
}

.fenetre-menu .nav-links li .sub-menu a {
  color: #0f0f0f;
  font-size: 1.1rem;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.fenetre-menu .nav-links li .sub-menu a:hover {
  color: #9b8f7c;
}

/*----------------------------------------- Corp de la page ( PRODUIT ) ------------------------------------------------*/
.produit {
  width: 100%;
  height: 100%;
  background: #0f0f0f;
}

.box-produit {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 10rem;
  background: radial-gradient(
      100% 100% at var(--47-x-position) var(--47-y-position),
      #e4dfda 8%,
      transparent
    ),
    radial-gradient(
      100% 100% at var(--48-x-position) var(--48-y-position),
      #ffc342 -100%,
      transparent
    ),
    #e4dfda;
  animation-name: main;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  transition-timing-function: ease-in-out;
  border-radius: 0 0 3rem 3rem;
}

.container {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

/* btn ( PRODUIT ) */
.btn-mobile {
  display: none;
}

.btn-acceuil {
  position: absolute;
  top: 5rem;
  right: 5%;
  transition: 0.6s ease;
}

.btn-acceuil .btn-ordi {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  width: 100px;
  height: 40px;
  background: var(--nav-bg-color);
  color: white;
  font-size: 1rem;
  transition: 0.6s ease;
  -webkit-animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.btn-acceuil:hover {
  transform: scale(1.025);
}

/* -------------------------------------------- Fiche produit ( PRODUIT ) ----------------------------------------------------*/
.rebord-container {
  width: 100%;
  max-width: 1300px;
  min-width: 330px;
  height: auto;
  margin: 10px auto 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3rem;
  -webkit-animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container-produit {
  width: 100%;
  height: 100%;
  background-color: #ffffffab;
  border-radius: 2.5rem;
}

.left,
.right {
  width: 50%;
  padding: 30px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex1 {
  display: flex;
}

.main_image {
  width: 100%;
  height: 100%;
}

.position-slide {
  position: relative;
}

.position-image-slide {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  gap: 20px;
  display: flex;
}

.option img {
  width: 75px;
  height: 75px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.option video {
  width: 75px;
  height: 75px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  object-fit: cover;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.option img:hover {
  transform: scale(1.1);
}

.main_image {
  width: 600px;
  height: 600px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}

.right {
  padding: 50px 100px 50px 50px;
}

h3 {
  color: #000000;
  margin: 20px 0 20px 0;
  font-size: 3rem;
  font-weight: 100;
}

.intro-produit {
  margin: 20px 0 50px 0;
  line-height: 1.5rem;
}

.bottom-reserv {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

h4 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  padding: 2px;
}

.box-btn-resev {
  width: 100%;
}

.btn-réserver-mobile {
  display: none;
}

.box-btn-resev .btn-réserver-ordi i {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: var(--nav-bg-color);
  border: 1px solid transparent;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease;
}

.box-btn-resev .btn-réserver-ordi i:hover {
  transform: scale(1.025);
  color: var(--nav-icons-2);
}

.right .fleche-bottom i {
  position: absolute;
  right: 4%;
  bottom: 4%;
  font-size: 2rem;
  cursor: pointer;
  -webkit-animation: slide-top 0.5s 2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite alternate-reverse both;
  animation: slide-top 0.5s 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*----------------------------------- Container Déscriptif ( DESCRIPTIF ) -----------------------*/

.rebord-container2 {
  width: 100%;
  max-width: 1300px;
  min-width: 330px;
  height: auto;
  margin: 10px auto 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3rem;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.container-descripif {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 40px;
  border-radius: 2.5rem;
}

.container-descripif hr {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.questions {
  width: 100%;
  height: auto;
  margin: 5px;
}

.visible-pannel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}

.visible-pannel h2 {
  margin-left: 10px;
  padding: 15px 5px;
  font-size: 1.4rem;
}

.visible-pannel img {
  margin-right: 15px;
  width: 20px;
  font-size: 1rem;
  color: black;
  cursor: pointer;
}

.toggle-pannel {
  padding: 0px 15px;
  height: 0px;
  opacity: 0;
}

.toggle-pannel h4 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.toggle-pannel p {
  line-height: 1.5;
}

/* Signal Info footer ( F.A.Q ) */

.signal-box-footer {
  position: absolute;
  bottom: 0;
  right: 10.5%;
}

.footer-signal a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 10px 20px;
  border-radius: 1.2rem 1.2rem 0 0;
  font-size: 16px;
  color: white;
  gap: 10px;
  border: none;
  background: #0f0f0f;
  cursor: pointer;
}

/*--------------------------------- Pied de page ( Footer ) ----------------------------------*/
.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 72vh;
}

.box-footer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0f0f0f;
}

/*Infos dans Pied de page ( Footer )*/

.box-info-footer {
  padding-top: 1%;
  padding-left: 1%;
  display: flex;
  gap: 30px;
}

.info-footer li {
  padding-top: 10px;
  list-style: none;
}

.info-footer a {
  padding: 10px;
  color: white;
  font-size: 0.9rem;
}

/*Réseaux Sociaux dans Pied de page ( Footer )*/
.réseaux-sociaux-footer {
  position: absolute;
  top: 2%;
  right: 2%;
}

.réseaux-sociaux-footer i {
  padding: 10px;
  color: white;
  font-size: 1.5rem;
}

/*Contact dans Pied de page ( Footer )*/
.contact-footer li {
  padding-top: 10px;
  list-style: none;
}

.contact-footer a {
  padding: 10px;
  color: white;
}

/*Titre MAISON DU BARBE dans Pied de page ( Footer )*/

.titre-footer {
  margin-top: 10rem;
  font-size: 300px;
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: 20rem;
}

.titre-footer ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
  animation: roulant 200s linear infinite;
}

@keyframes roulant {
  to {
    transform: translateX(calc(-100% - 300px));
  }
}

.h1-footer {
  color: white;
  font-family: "marzo";
  font-weight: 500;
}

/*Copyright dans Pied de page ( Footer )*/
.copyright-footer {
  position: absolute;
  bottom: 3%;
  right: 1%;
}

.copyright {
  color: white;
  font-size: 0.8rem;
  font-weight: 100;
}

/*--------------------------------------------Modal téléphone ( Footer )---------------------------------------*/

.telephone {
  position: fixed;
  bottom: 0;
  left: 10rem;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  transition: 0.4s ease-out;
  transform: translateY(100%);
}

.telephone:target {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.rebord-telephone_content {
  width: 250px;
  max-width: 15%;
  height: auto;
  padding: 10px 10px 0 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem 2rem 0 0;
}

.telephone_content {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}

.telephone_content a {
  color: rgb(0, 0, 0);
}

.btn_close-phone {
  position: absolute;
  top: 3.5px;
  right: 9px;
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
}

/*-----------------------------------------------Modal mail ( Footer )-----------------------------------------------------*/

.mail-footer {
  position: fixed;
  bottom: 0;
  left: 10rem;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
  transition: 0.4s ease-out;
  transform: translateY(100%);
}

.mail-footer:target {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.rebord-content {
  width: 700px;
  max-width: 90%;
  height: auto;
  padding: 10px 10px 0 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2rem 2rem 0 0;
}

.mail-footer_content {
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 1.5rem 1.5rem 0 0;
  background: #f0f0f0;
  cursor: pointer;
  position: relative;
}

.mail-footer_content form {
  margin: 35px 30px;
}

form .dbl-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.dbl-field .field {
  height: 40px;
  width: calc(100% / 2 - 13px);
  margin-bottom: 25px;
  position: relative;
}

form .field input,
form .message textarea {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 18px 0 50px;
  font-size: 16px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000000;
}

form .field input::placeholder,
form .message textarea::placeholder {
  color: #afafaf;
}

form .field input:focus,
form .message textarea:focus {
  border-bottom: 1px solid #9b8f7c;
}

.mail-footer_content form i {
  position: absolute;
  left: 18px;
  top: 40%;
  color: #000000;
  font-size: 23px;
  pointer-events: none;
  transform: translateY(-50%);
}

form .field input:focus ~ i,
form .message textarea:focus ~ i {
  color: #9b8f7c;
}

form .message {
  position: relative;
}

form .message i {
  top: 22px;
  font-size: 23px;
}

form .message textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 300px;
  padding: 15px 20px 0 50px;
}

form .button-area {
  margin: 25px 0;
}

.button-area button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  text-decoration: none;
  border: none;
  width: 120px;
  height: 40px;
  background: var(--nav-bg-color);
  color: white;
  font-size: 1rem;
  transition: 0.6s ease;
  cursor: pointer;
}

.button-area button:hover {
  color: #0f0f0f;
  background: transparent;
  border: 1px solid #0f0f0f;
}

.button-area .message-span {
  color: #a8a8a8;
  position: absolute;
  left: 30%;
  bottom: 4.2rem;
  display: none;
}

.btn_close-mail {
  position: absolute;
  top: 3.5px;
  right: 9px;
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
}

/*-- RESPONSIVE ( Ordinateur: 2000px ) --*/

@media (max-width: 2000px) {
}

/*-- RESPONSIVE ( Ordinateur: 1700px ) --*/

@media (max-width: 1700px) {
}

/*-- RESPONSIVE ( Ordinateur: 1400px ) --*/

@media (max-width: 1400px) {
}

/*-- RESPONSIVE ( Ordinateur: 1200px ) --*/

@media (max-width: 1200px) {
}

/*-- RESPONSIVE ( Tablettes Pro ) --*/

@media (max-width: 1030px) {
}

/*------------------------ RESPONSIVE ( All téléphones ) ---------------------*/
@media (max-width: 667px) {
  /*---------- Body ----------*/

  .scrollbar {
    display: none;
  }

  .custom-cursor {
    display: none;
  }

  /*---------- Boutons de Navigation ( menu; rechercher; membre ) ----------*/
  .nav {
    position: fixed;
    margin-top: 5%;
    margin-left: 5%;
    z-index: 5;
  }

  /*---------- Fenêtre menu de Navigation ----------*/

  .container-fenetre-menu .overlay {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .container-fenetre-menu .fenetre {
    width: 100%;
    height: 100%;
    padding: 8px;
    margin: 0%;
    box-shadow: 0 4px 30px transparent;
  }

  .fenetre .fenetre-menu {
    width: 100%;
    height: 100%;
  }

  .close-menu {
    top: 1.1rem;
    left: 1.1rem;
  }

  /*---------- Corps de la page ( PRODUIT ) ----------*/

  .produit {
    width: 100%;
    height: 100%;
    background: #0f0f0f;
  }

  .box-produit {
    background: #e4dfda;
  }

  .container {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }

  /* btn ( PRODUIT ) */

  .btn-acceuil .btn-ordi {
    display: none;
  }

  .btn-acceuil {
    z-index: 99999;
    position: fixed;
    top: 2.8%;
    right: 5.5%;
  }

  .btn-acceuil .btn-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    text-decoration: none;
    width: 90px;
    height: 40px;
    background: var(--nav-bg-color);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: white;
    font-size: 1rem;
    transition: 0.6s ease;
    -webkit-animation: slide-in-top 1s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-in-top 1s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  /*---------- Fiche produit ( PRODUIT ) ----------*/
  .rebord-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: auto;
    padding: 8px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
    border-radius: 3rem;
  }

  .container-produit {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 2.5rem;
  }

  .left,
  .right {
    width: 100%;
    padding: 0;
  }

  .container-produit {
    flex-direction: column;
  }

  .flex {
    display: flex;
    justify-content: space-between;
  }

  .flex1 {
    display: flex;
  }

  .position-slide {
    position: relative;
  }

  .position-image-slide {
    position: absolute;
    left: 0;
    bottom: 3%;
    gap: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .option {
    display: flex;
    flex-wrap: wrap;
    -webkit-animation: fade-in 1.2s 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .option img {
    width: 70px;
    height: 70px;
    display: flex;
    padding: 3px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }

  .main_image {
    width: 100%;
    height: 550px;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
  }

  .right {
    margin-top: 20px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3rem;
    -webkit-animation: slide-in-bottom 1s 0.4s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
      transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
      transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  .box-right {
    width: 100%;
    height: 100%;
    padding: 5px 10px 80px 10px;
    background-color: #f0f0f0;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }

  h3 {
    color: #000000;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 100;
  }
  .intro-produit {
    margin: 10px 0 10px 0;
    text-align: center;
    line-height: 1.5rem;
    color: #888888;
  }

  .bottom-reserv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  h4 {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    padding: 20px;
  }

  .box-btn-resev {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
  }

  .btn-réserver-ordi {
    display: none;
  }

  .box-btn-resev .btn-réserver-mobile {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: var(--nav-bg-color);
    border: 1px solid transparent;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.6s ease;
  }

  .box-btn-resev .btn-réserver-mobile i:hover {
    transform: scale(1.025);
    color: var(--nav-icons-2);
  }

  .right .fleche-bottom i {
    position: absolute;
    right: 6%;
    bottom: 3%;
    font-size: 2rem;
  }

  /*---------- Déscriptif fiche produit ( DESCRIPTIF ) ----------*/
  .rebord-container2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 8px;
  }
  .container-descripif {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    border-radius: 2.5rem;
  }

  .questions {
    width: 100%;
    height: auto;
    margin: 5 px;
  }

  .visible-pannel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    gap: 5px;
  }

  .visible-pannel h2 {
    margin-left: 10px;
    padding: 10px 5px;
    font-size: 1.2rem;
  }

  .visible-pannel img {
    margin-right: 10px;
    width: 20px;
    font-size: 1rem;
    color: black;
    cursor: pointer;
  }

  .toggle-pannel {
    padding: 0px 15px;
    height: 0px;
    opacity: 0;
  }

  .toggle-pannel p {
    line-height: 1.5;
  }

  /* Signal Info footer ( DESCRIPTIF ) */

  .signal-box-footer {
    left: 44%;
  }

  /*---------- Pied de page ( Footer ) ----------*/
  .footer {
    height: 65vh;
  }

  /*Infos dans Pied de page ( Footer )*/

  .box-info-footer {
    gap: 10px;
  }

  /*Réseaux Sociaux dans Pied de page ( Footer )*/
  .réseaux-sociaux-footer {
    top: 2%;
    right: 2%;
  }

  .réseaux-sociaux-footer i {
    padding: 5px;
  }

  /*Titre MAISON DU BARBE dans Pied de page ( Footer )*/
  .titre-footer {
    margin-top: 3rem;
    font-size: 200px;
    overflow: hidden;
    user-select: none;
    display: flex;
    gap: 20rem;
  }

  /*Copyright dans Pied de page ( Footer )*/
  .copyright-footer {
    bottom: 3%;
    right: 5%;
  }

  .copyright {
    font-size: 0.7rem;
  }

  /*----------Modal téléphone ( Footer )----------*/

  .telephone {
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    transition: 0.4s ease-out;
    transform: translateY(100%);
  }

  .telephone:target {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .rebord-telephone_content {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 8px 8px 0 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem 2rem 0 0;
  }

  .telephone_content {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 1.5rem 1.5rem 0 0;
    background: #f0f0f0;
    cursor: pointer;
    position: relative;
  }

  .telephone_content a {
    color: rgb(0, 0, 0);
  }

  .btn_close-phone {
    position: absolute;
    top: 3.5px;
    right: 9px;
    color: #000000;
    font-size: 1.8rem;
    text-decoration: none;
  }

  /*---------- Modal mail ( Footer ) ----------*/

  .mail-footer {
    position: fixed;
    bottom: 0;
    left: 0rem;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    transition: 0.4s ease-out;
    transform: translateY(100%);
  }

  .mail-footer:target {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }

  .rebord-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 8px 8px 0 8px;
  }

  .mail-footer_content form {
    margin: 30px 5px;
  }

  .dbl-field .field {
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }

  form .message i {
    top: 22px;
    font-size: 23px;
  }

  form .message textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 300px;
    padding: 15px 20px 0 50px;
  }

  form .button-area {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-area button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    text-decoration: none;
    border: none;
    width: 120px;
    height: 40px;
    background: var(--nav-bg-color);
    color: white;
    font-size: 1rem;
    transition: 0.6s ease;
    cursor: pointer;
  }

  .button-area .message-span {
    position: absolute;
    left: 5%;
    bottom: 1rem;
  }

  .btn_close-mail {
    position: absolute;
    top: 3.5px;
    right: 9px;
    color: #000000;
    font-size: 1.8rem;
    text-decoration: none;
  }
}
